home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / graphutil.h < prev    next >
Text File  |  1995-09-21  |  286b  |  7 lines

  1. // gimputil.h
  2.  
  3. typedef unsigned char ub1;
  4.  
  5. void makegworld(GWorldPtr *gw, Rect *bounds, int depth, CTabHandle dacolors);
  6. void loadtexture(GWorldPtr gw, int id);
  7. void GetPixFromResources(short base, int numpix, Rect blockrect[], GWorldPtr bpix[], GWorldPtr bmask[], CTabHandle dacolors);